ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / SelectionChangedEventArgs<T> Class / RemovedItems Property

In This Topic
    RemovedItems Property (SelectionChangedEventArgs<T>)
    In This Topic
    Gets a collection which contains the items that were unselected.
    Syntax
    'Declaration
     
    Public ReadOnly Property RemovedItems As IOrderedSet(Of T)
    public IOrderedSet<T> RemovedItems {get;}

    Property Value

    The items that were unselected in this event.
    See Also